-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐧 bump Ubuntu core images to 23.04 #1433
Conversation
Ok this was not a problem with the image itself, I only needed to tell the VM to use the aarch64 UEFI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice!
After installation, I'm seeing different errors. The first one there seems to be releated to the tmpfiles-setup service:
|
4245430
to
502da13
Compare
I tried mounting tmp the way it's done for alpine in the overlay files with no success |
Tried creating |
hidden in the dracut log, no idea what it means |
something very wrong is happening If you boot the livedvd with the interactive-installer option you will see the kairos-reset come up for a bit, then the interactive installer. Checking the systemd to see if the service is active, indeed kairos-reset and kairos-recovery services are up.... |
0798d4a
to
a6cef2e
Compare
booted the Ubuntu 22.04, to compare and see if I spotted some differences and here's what I got: Ubuntu 22.04 (working)
Ubuntu 23.04 (buggy)
|
390c6e5
to
e837a80
Compare
All but netboot seems to be working now. Not sure why but this version is only booting with selinux enabled. I tried enabling in the cmdline used to netboot with AuroraBoot but it still fails to boot |
Signed-off-by: Mauro Morales <[email protected]>
Signed-off-by: Mauro Morales <[email protected]>
Signed-off-by: Mauro Morales <[email protected]>
Signed-off-by: Mauro Morales <[email protected]>
e837a80
to
93d12e5
Compare
Signed-off-by: Mauro Morales <[email protected]>
The stanza needed for the netboot was the one for overlayfs support. Added it and netboot is working. At this point I think all tests should be green so putting it again for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
Let's merge this after releasing 2.2.0 . We'll use and updated ubuntu in 2.3.0 (we don't want to do this last minute change). |
* bump ubuntu to 23.04 and use rolling tag Signed-off-by: Mauro Morales <[email protected]> * apply overlayfs patch Signed-off-by: Mauro Morales <[email protected]> * Enable selinux on Ubuntu Signed-off-by: Mauro Morales <[email protected]> * add netboot cmdline stanzas Signed-off-by: Mauro Morales <[email protected]> * remove selinux for netboot Signed-off-by: Mauro Morales <[email protected]> --------- Signed-off-by: Mauro Morales <[email protected]>
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1430